string quotes

英 [strɪŋ kwəʊts] 美 [strɪŋ kwoʊts]

【计】行引号,串引号

计算机



双语例句

  1. A value in double quotes is always a string, but a numeric value without quotes is interpreted as a number.
    双引号中的值始终是字符串,而不带引号的数字值被认为是数字。
  2. Ruby does not process any data in a string if you wrap it in single quotes.
    Ruby不处理任何用单引号括起来的字符串信息。
  3. First, you can create a new string by adding other strings together, either using the+ operator or by just sticking strings together using the appropriate quotes.
    第一,通过将其他字符串添加在一起,可以创建新的字符串,具体方法可以使用+运算符,或者干脆使用适当的引号将字符串连在一起。
  4. The description column is a variable-length character string, so it expects a string ( which you indicate by enclosing the character data within single quotes).
    description列是长度可变的字符串,所以它预计是一个字符串(通过将字符数据括在单引号中指明)。
  5. If you wrap a string in double quotes, Ruby makes a substitution pass through the code.
    如果用双引号括起来,Ruby会在运行代码的时候进行替换。
  6. The method takes a string parameter, enclosed in quotes, and a code block.
    该方法具有一个使用引号括起来的字符串参数和一个代码块。
  7. String analysis automatically computes that by the time it is concatenated to the SQL command, it cannot include single quotes or semicolons.
    字符串分析能够自动计算出,到它连接到此SQL命令时候位置,它不可能包含单个的引号或者分号。
  8. If all quotes are now removed from that string by some function in the application code, the string analysis model detects that this string cannot possibly hold quotes from here on.
    如果所有的引号现在都被这个应用程序代码中的一些功能从此字符串中清除掉,那么这个字符串分析模型就会检测到这个字符串从此以后就不可能包含引号。
  9. Enter a string value "a" in the column and be sure to include the quotes.
    在列中输入一个字符串值“a”,并确保包括引号。
  10. In this case, we choose the String variable and supply the text value from the prototype method above ( remember to include quotes to enclose the text).
    在本例中,我们选择String变量并提供上面的原型方法中的文本值(记住在文本两边加上引号)。
  11. Put the comparands into a form that DB2 can understand, for example remove the double quotes from QUOTED_STRING tokens
    将比较字(comparand)转换为DB2可以理解的形式,例如,除去QUOTEDSTRING标记的双引号
  12. Set the comparand value accordingly, stripping the double quotes from the QUOTED_STRING token if necessary.
    相应地设置比较字的值,如果有必要,就从QUOTEDSTRING标记中除去双引号。
  13. And you might say, wait a minute, isn't that a string, and the answer's no, I didn't say it's a string by putting quotes around it And notice how the machine responds differently to it.
    你会想,等等,这不是个字符串么?,答案是否定的,我没用引号包围它就意味着它不是字符串,请注意计算机对它给出了不同的反应。
  14. Note: here we use another means to escape the operator by enclosing the whole string in double quotes.
    注意:在此我们使用了转义操作符的另一中方法:在双引号中将整个字符串括起来。
  15. If the string is enclosed in two pairs of double quotes, the first pair is considered to enclose a null string, and the rest of the string is discarded.
    如果字符串引号括在双两对,第一对被认为是一个空字符串括起来,而其余的字符串将被丢弃。
  16. Notice that inside the dollar-quoted string, single quotes can be used without needing to be escaped.
    请注意,在美元符包围的字串里,单引号可以不用逃逸使用。
  17. Well, before I just hardcoded a string inside of printf's double quotes.
    在printf的双引号之间写死一个,字符串之前。